Constraint Radius |
Localização do menu |
---|
Sketch → Sketcher constraints → Constrain radius |
Bancadas de trabalho |
Sketcher, PartDesign |
Atalho padrão |
Nenhum |
Introduzido na versão |
- |
Veja também |
Constraint Distance, Constraint Horizontal, Constraint Vertical |
The Sketcher ConstrainRadius tool fixes the radius of circles, arcs and B-spline weight circles.
See also: Drawing aids.
Single tool
(default): press the down arrow to the right of the button and select the Constrain radius option from the dropdown.Sketch.addConstraint(Sketcher.Constraint('Radius', ArcOrCircle, App.Units.Quantity('123.0 mm')))
The Sketcher scripting page explains the values which can be used for ArcOrCircle
, and contains further examples on how to create constraints from Python scripts.